|
Kanzi Graphics Engine
|
Pan manipulator. More...
Functions | |
| kzsError | kzuPanManipulatorCreate (const struct KzcMemoryManager *memoryManager, struct KzuPropertyManager *propertyManager, struct KzuInputManipulator **out_inputManipulator) |
| Create pan gesture manipulator. More... | |
| kzsError | kzuPanManipulatorSetRecognitionThreshold (struct KzuInputManipulator *inputManipulator, kzFloat thresholdX, kzFloat thresholdY) |
| Set the threshold the finger has to move before pan is recognized. More... | |
Pan manipulator.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuPanManipulatorCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| struct KzuPropertyManager * | propertyManager, | ||
| struct KzuInputManipulator ** | out_inputManipulator | ||
| ) |
Create pan gesture manipulator.
| kzsError kzuPanManipulatorSetRecognitionThreshold | ( | struct KzuInputManipulator * | inputManipulator, |
| kzFloat | thresholdX, | ||
| kzFloat | thresholdY | ||
| ) |
Set the threshold the finger has to move before pan is recognized.
Default is 5 screen units in either direction.